Fix xenstore-client.c compile
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 1 May 2008 15:37:28 +0000 (16:37 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 1 May 2008 15:37:28 +0000 (16:37 +0100)
commit83b38ce276e999697907198ebf4191f34b45cd32
tree0c1fdfb3c71e8d179015ac37f73001aaeb604a29
parent90b8c9d5b8c721ee25b9d2f50482261a63290fd3
Fix xenstore-client.c compile

errx() is not necessarily defined as a never-returns function. Fix
lookup_mode() to account for this.

Signed-off-by: John Levon <john.levon@sun.com>
tools/xenstore/xenstore_client.c